projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18a7e54
)
Make C-l in iimage-mode call recenter-top-bottom
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 24 Jun 2019 16:25:56 +0000
(18:25 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 24 Jun 2019 16:26:03 +0000
(18:26 +0200)
* lisp/iimage.el (iimage-recenter): Call `recenter-top-bottom'
instead of `recenter', since that's the default function for `C-l'
(bug#27610). Suggested by Arne Frederic Maria Döring.
lisp/iimage.el
patch
|
blob
|
history
diff --git
a/lisp/iimage.el
b/lisp/iimage.el
index e51108ee28ff42a8f3b032581c18297b991a96b8..39ee1fb805c12fb6edbd9fc3c0a0123505a8ce56 100644
(file)
--- a/
lisp/iimage.el
+++ b/
lisp/iimage.el
@@
-90,7
+90,7
@@
Examples of image filename patterns to match:
(interactive "P")
(iimage-mode-buffer nil)
(iimage-mode-buffer t)
- (recenter arg))
+ (recenter
-top-bottom
arg))
;;;###autoload
(define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")